Update to glib 0.14
authorColin Walters <walters@verbum.org>
Thu, 24 Jun 2021 21:38:16 +0000 (17:38 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
commit8a5ac02822d963b3f17e8cf0eabaf90719f23691
treeb08f01c582faa63d64e63bab0dc33d0c8516ca46
parentf276c040bd21c2151a929b48656a529115114d37
Update to glib 0.14

An intimidating spam of compiler errors at the start, but the
biggest was handling the new convention of `ostree_sys::` => `ffi::`.

This will require a semver bump of course.
58 files changed:
rust-bindings/rust/Cargo.toml
rust-bindings/rust/Makefile
rust-bindings/rust/conf/ostree-sys.toml
rust-bindings/rust/conf/ostree.toml
rust-bindings/rust/src/auto/async_progress.rs
rust-bindings/rust/src/auto/bootconfig_parser.rs
rust-bindings/rust/src/auto/collection_ref.rs
rust-bindings/rust/src/auto/commit_sizes_entry.rs
rust-bindings/rust/src/auto/constants.rs
rust-bindings/rust/src/auto/content_writer.rs
rust-bindings/rust/src/auto/deployment.rs
rust-bindings/rust/src/auto/diff_item.rs
rust-bindings/rust/src/auto/enums.rs
rust-bindings/rust/src/auto/flags.rs
rust-bindings/rust/src/auto/functions.rs
rust-bindings/rust/src/auto/gpg_verify_result.rs
rust-bindings/rust/src/auto/mod.rs
rust-bindings/rust/src/auto/mutable_tree.rs
rust-bindings/rust/src/auto/remote.rs
rust-bindings/rust/src/auto/repo.rs
rust-bindings/rust/src/auto/repo_commit_modifier.rs
rust-bindings/rust/src/auto/repo_dev_ino_cache.rs
rust-bindings/rust/src/auto/repo_file.rs
rust-bindings/rust/src/auto/repo_finder.rs
rust-bindings/rust/src/auto/repo_finder_avahi.rs
rust-bindings/rust/src/auto/repo_finder_config.rs
rust-bindings/rust/src/auto/repo_finder_mount.rs
rust-bindings/rust/src/auto/repo_finder_override.rs
rust-bindings/rust/src/auto/repo_finder_result.rs
rust-bindings/rust/src/auto/se_policy.rs
rust-bindings/rust/src/auto/sign.rs
rust-bindings/rust/src/auto/sysroot.rs
rust-bindings/rust/src/auto/sysroot_upgrader.rs
rust-bindings/rust/src/auto/versions.txt
rust-bindings/rust/src/checksum.rs
rust-bindings/rust/src/collection_ref.rs
rust-bindings/rust/src/functions.rs
rust-bindings/rust/src/kernel_args.rs
rust-bindings/rust/src/lib.rs
rust-bindings/rust/src/object_name.rs
rust-bindings/rust/src/repo.rs
rust-bindings/rust/src/repo_checkout_at_options/mod.rs
rust-bindings/rust/src/repo_checkout_at_options/repo_checkout_filter.rs
rust-bindings/rust/src/repo_transaction_stats.rs
rust-bindings/rust/src/se_policy.rs
rust-bindings/rust/src/sysroot_deploy_tree_opts.rs
rust-bindings/rust/src/sysroot_write_deployments_opts.rs
rust-bindings/rust/sys/Cargo.toml
rust-bindings/rust/sys/build.rs
rust-bindings/rust/sys/src/auto/versions.txt
rust-bindings/rust/sys/src/lib.rs
rust-bindings/rust/sys/tests/abi.rs
rust-bindings/rust/sys/tests/constant.c
rust-bindings/rust/sys/tests/layout.c
rust-bindings/rust/tests/functions/mod.rs
rust-bindings/rust/tests/repo/mod.rs
rust-bindings/rust/tests/tests.rs
rust-bindings/rust/tests/util/mod.rs